You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TDenseMtxVec Class > TDenseMtxVec Methods > TDenseMtxVec.Difference Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TDenseMtxVec.Difference Method

Difference.

Syntax
C#
Visual Basic
public TMtxVec Difference([In] TMtxVec Vec, int VecIndex, int Index, int Len, int Lag);

Calculate the difference for Vec elements [VecIndex]..[VecIndex+Len-1] and store the results in the calling object elements [Index]..[Index+Len-1]. Size and TMtxVec.Complex properties of the calling vector must be set explicitly. The following formula is used to calculate the difference: 

 

An exception is raised if TMtxVecBase.ConditionCheckConditionCheckis True and array borders are overrun or underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!